home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / ischanop < prev    next >
Text File  |  2001-03-21  |  566b  |  20 lines

  1. Synopsis:
  2.    $ischanop(<nick> <channel>)
  3.  
  4. Technical:
  5.    This function tests whether the given user is a channel operator on the
  6.    given channel.  It only functions for channels that you are currently
  7.    on.
  8.  
  9. Practical:
  10.    This function is used for seeing if someone is a channel operator on one
  11.    of the channels you're on.  This might be useful for an script that
  12.    gives out chanops to people, to avoid any redundant mode changes.
  13.  
  14. Returns:
  15.    "true" value if user is a channel op, "false" if not or if error
  16.  
  17. See Also:
  18.    chops(6); nochops(6)
  19.  
  20.